home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / mxlibs / dmkit150 / setup.bat < prev    next >
Encoding:
DOS Batch File  |  1995-01-16  |  544 b   |  24 lines

  1. @echo off
  2. setd
  3. IF ERRORLEVEL 1 GOTO ABORTED1
  4. setm
  5. IF ERRORLEVEL 1 GOTO ABORTED2
  6. GOTO END
  7. :ABORTED1
  8. echo Digital Sound Driver configuration was not completed.
  9. GOTO FINI
  10. :ABORTED2
  11. echo Midi Music Driver configuration was not completed.
  12. GOTO FINI
  13. :END
  14. echo Sound Configuration Complete!
  15. echo Type MENU to demo sound and music.
  16. echo Demonstration executables are:
  17. echo     TMIX    to test the new digital mixer!
  18. echo     PMOD  JIMI   (to test just the new MOD player.)
  19. echo     TEST
  20. echo     TEST16
  21. echo     PEND PEND.SND
  22. echo and SEGUE
  23. :FINI
  24.